Vcenter NamespaceManagement Clusters Ipv4Range

Vcenter NamespaceManagement Clusters Ipv4Range
Vcenter NamespaceManagement Clusters Ipv4Range

The Vcenter NamespaceManagement Clusters Ipv4Range contains specification to configure multiple interfaces in IPv4. The range of IPv4 addresses is derived by incrementing the startingAddress to the specified addressCount. To use the object for a single IPv4 address specification, set addressCount to 1.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "starting_address": "string",
    "address_count": 0,
    "subnet_mask": "string",
    "gateway": "string"
}
string
starting_address
Required

The IPv4 address denoting the start of the range.

This property was added in vSphere API 7.0.0.0.

integer As int64 As int64
address_count
Required

The number of IP addresses in the range. Addresses are derived by incrementing Vcenter NamespaceManagement Clusters Ipv4Range.starting_address.

This property was added in vSphere API 7.0.0.0.

string
subnet_mask
Required

Subnet mask to be set.

This property was added in vSphere API 7.0.0.0.

string
gateway
Required

The IPv4 address of the gateway associated with the range indicated by Vcenter NamespaceManagement Clusters Ipv4Range.starting_address and Vcenter NamespaceManagement Clusters Ipv4Range.address_count.

This property was added in vSphere API 7.0.0.0.